.row {
    margin: 0 !important;
}

.contenedor-nosotros {
    display: flex;
    justify-content: center;

    /* background-image: url(../../../public/images/cdmx2024/inicio/contacto/fondo_contactanos_s.svg);
    background-repeat: no-repeat;
    background-position: center; */
}

.contenedor-nosotros div {
    margin-inline: 15px;
    max-width: 676px;
    text-align: center;

    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div .h1-info {
    margin-top: 20px;
    background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
    font-size: 48px;
    font-weight: 900;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div .p-info2 {
    color: #00548E;
    font-size: 20px;
    font-weight: 800;
}

@media (min-width: 768px) {
    div .h1-info {
        font-size: 82px;
    }
}

/* Carrusel */
.container-dinamico>div.contenido-carrusel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenido-carrusel h1,
.contenido-carrusel h2,
.contenido-carrusel p {
    text-align: center;
}

.contenido-carrusel h1 {
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
}

.contenido-carrusel h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}

.contenido-carrusel p {
    margin-inline: 43px;
    font-size: 20px;
    line-height: 21px;
}

div.carousel {
    max-width: 680px;
    margin-inline: 15px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 27px !important;
    height: 40px !important;
}

/* Parallax */
body {
    margin: 0;
    padding: 0;
    height: auto;
    /* Para que la página sea lo suficientemente larga */
    background-image: url(../../../public/images/gdl2025/fondo.svg);
    /* Imagen de fondo */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    position: relative;
    text-align: center;
    color: #fff;
}

.parallax {
    height: 479px;
    /* Segunda imagen */
    background-attachment: fixed;
    background-image: url(../../../public/images/cdmx2024/inicio/contacto/parallax.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .content {
    position: absolute;
    top: 655px;
    z-index: 1;
    width: 100vw;
}

@media (max-width: 356px) {
    .parallax .content {
        top: 760px;
    }
}

@media (min-width: 476px) {
    .parallax .content {
        top: 630px;
    }
}

@media (min-width: 544px) {
    .parallax .content {
        top: 590px;
    }
}

@media (min-width: 640px) {
    .parallax .content {
        top: 600px;
    }

    .contenido-carrusel p {
        margin-inline: 78px;
    }
}

/* Cortesía de ingreso */
.contenedor-gafetes {
    display: flex;
    justify-content: center;

    .row {
        max-width: 1400px;
    }
}

.info_gafetes>p {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    span {
        font-weight: 800;
    }
}

.col-12.img_gefetes,
.col-12.info_gafetes {
    display: flex;
    flex-direction: column;
    align-items: center;

    a,
    a button {
        font-size: 18px;
        width: 199px;
        height: 32px;
    }

    a:hover {
        text-decoration: none;
    }
}

.col-12.info_gafetes {
    justify-content: center
}

.info_gafetes>a.desk {
    display: none;
}

@media (min-width: 480px) {
    .img_gefetes img {
        max-width: 375px;
    }
}

@media (min-width: 992px) {
    .info_gafetes>p {
        font-size: 42px;
    }

    .info_gafetes>a.desk,
    .info_gafetes>a.desk>button.desk {
        display: block;
        padding: 0 0;
    }

    .img_gefetes img {
        max-width: 440px;
    }
}